home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Contents for System folder / Aldus / PPDs / TIx17521.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1991-12-04  |  13.5 KB  |  399 lines  |  [TEXT/????]

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserPrinter" version 52.1
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 013831 or 014229
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 27 February 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LaserPrinter)"
  20. *PSVersion: "(52.1) 0"
  21. *NickName: "TI microLaser XL PS17 v.52.1"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "136116"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "16"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "statusdict begin legaltray end"
  103. *PageSize Statement: "statusdict begin statementtray end"
  104. *PageSize Executive: "statusdict begin executivetray end"
  105. *PageSize A4: "statusdict begin a4tray end"
  106. *PageSize B5: "statusdict begin b5tray end"
  107. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin 3.875x7.5envelopetray end"
  108. *PageSize Envelope.297.684/Comm #10 Envelope: "statusdict begin 4.125x9.5envelopetray end"
  109. *PageSize Envelope.312.624/DL Envelope: "statusdict begin 110x220envelopetray end"
  110. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin 162x229envelopetray end"
  111. *?PageSize: "
  112.  save statusdict begin
  113.   10 dict begin
  114.    /letter (Letter) def /legal (Legal) def
  115.    /a4 (A4) def  /b5 (B5) def
  116.    /executivepage (Executive) def
  117.    /statement (Statement) def
  118.    /3.875x7.5envelope (Envelope.279.540/Monarch Envelope) def
  119.    /4.125x9.5envelope (Envelope.297.684/Comm #10 Envelope) def
  120.    /110x220envelope (Envelope.312.624/DL Envelope) def
  121.    /162x229envelope (Envelope.459.649/C5 Envelope) def
  122.    papersize {
  123.      {load exec} stopped not{= flush}if
  124.    }{
  125.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  126.    }ifelse
  127.   end
  128.  end restore
  129. "
  130. *End
  131.  
  132. *% These entries will set up the frame buffer. Usually used with manual feed.
  133. *DefaultPageRegion: Letter
  134. *PageRegion Letter: "letter"
  135. *PageRegion Legal: "legal"
  136. *PageRegion A4: "a4"
  137. *PageRegion B5: "b5"
  138. *PageRegion Statement: "statement"
  139. *PageRegion Executive: "executivepage"
  140. *PageRegion Envelope.279.540/Monarch Envelope: "3.875x7.5envelope"
  141. *PageRegion Envelope.297.684/Comm #10 Envelope: "4.125x9.5envelope"
  142. *PageRegion Envelope.312.624/DL Envelope: "110x220envelope"
  143. *PageRegion Envelope.459.649/C5 Envelope: "162x229envelope"
  144.  
  145. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  146. *% These errors should be trapped by software and a message displayed
  147. *DefaultPaperTray: None
  148. *PaperTray Letter: "statusdict begin lettertray end"
  149. *PaperTray Legal: "statusdict begin legaltray end"
  150. *PaperTray Statement: "statusdict begin statementtray end"
  151. *PaperTray Executive: "statusdict begin executivetray end"
  152. *PaperTray A4: "statusdict begin a4tray end"
  153. *PaperTray B5: "statusdict begin b5tray end"
  154. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin 3.875x7.5envelopetray end"
  155. *PaperTray Envelope.297.684/Comm #10 Envelope: "statusdict begin 4.125x9.5envelopetray end"
  156. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin 110x220envelopetray end"
  157. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin 162x229envelopetray end"
  158. *?PaperTray: "
  159.  save statusdict begin
  160.    10 dict begin
  161.    /letter (Letter) def /legal (Legal) def
  162.    /a4 (A4) def  /b5 (B5) def
  163.    /executivepage (Executive) def
  164.    /statement (Statement) def
  165.    /3.875x7.5envelope (Envelope.279.540/Monarch Envelope) def
  166.    /4.125x9.5envelope (Envelope.297.684/Comm #10 Envelope) def
  167.    /110x220envelope (Envelope.312.624/DL Envelope) def
  168.    /162x229envelope (Envelope.459.649/C5 Envelope) def
  169.    papersize {
  170.      {load exec} stopped not{= flush}if
  171.    }{
  172.      {load exec} stopped not{print (.Transverse) = flush}if
  173.    }ifelse
  174.   end
  175.  end restore
  176. "
  177. *End
  178.  
  179. *% The following entries provide information about specific paper keywords.
  180. *DefaultImageableArea: Letter
  181. *ImageableArea Letter: "13 12 596 774 "
  182. *ImageableArea Legal: "15 13 597 991 "
  183. *ImageableArea A4: "16 14 583 823 "
  184. *ImageableArea B5: "15 14 501 709 "
  185. *ImageableArea Statement: "14 14 381 597 "
  186. *ImageableArea Executive: "16 14 510 738 "
  187. *ImageableArea Envelope.279.540/Monarch Envelope: "16 20 276 533 "
  188. *ImageableArea Envelope.297.684/Comm #10 Envelope: "17 21 292 672"
  189. *ImageableArea Envelope.312.624/DL Envelope: "12 17 302 611"
  190. *ImageableArea Envelope.459.649/C5 Envelope: "13 17 449 628"
  191. *?ImageableArea: "
  192.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  193.   newpath clippath pathbbox
  194.   4 -2 roll exch 2 {ceiling cvp} repeat
  195.   exch 2 {floor cvp} repeat flush
  196.  restore
  197. "
  198. *End
  199.  
  200. *% These provide the physical dimensions of the paper (by keyword)
  201. *DefaultPaperDimension: Letter
  202. *PaperDimension Letter: "612 792"
  203. *PaperDimension Legal: "612 1008"
  204. *PaperDimension A4: "595 842"
  205. *PaperDimension B5: "516 729"
  206. *PaperDimension Statement: "396 612"
  207. *PaperDimension Executive: "522 756"
  208. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  209. *PaperDimension Envelope.297.684/Comm #10 Envelope: "297 684"
  210. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  211. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  212.  
  213. *DefaultOutputBin: Upper
  214. *DefaultInputSlot: Upper
  215. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  216. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  217. *InputSlot Envelope: "statusdict begin 2 setpapertray end"
  218. *?InputSlot: "
  219.  save statusdict begin
  220.   3 dict begin
  221.    /0 (Upper) def
  222.    /1 (Lower) def
  223.    /2 (Envelope) def
  224.    papertray 
  225.      {( ) cvs cvn load exec} stopped not{= flush}if
  226.   end
  227.  end restore
  228. "
  229. *End
  230.  
  231. *DefaultManualFeed: False
  232. *?ManualFeed: "
  233.   statusdict /manualfeed get
  234.   {(True)}{(False)}ifelse = flush"
  235. *End
  236. *ManualFeed True: "statusdict begin /manualfeed true store end"
  237. *ManualFeed False: "statusdict begin /manualfeed false store end"
  238.  
  239. *DefaultOutputOrder: Normal
  240.  
  241. *% Font Information =====================
  242. *DefaultFont: Courier
  243. *Font Courier: Standard "(002.002)"
  244. *Font Courier-Bold: Standard "(002.002)"
  245. *Font Courier-BoldOblique: Standard "(002.002)"
  246. *Font Courier-Oblique: Standard "(002.002)"
  247. *Font Helvetica: Standard "(001.006)"
  248. *Font Helvetica-Bold: Standard "(001.007)"
  249. *Font Helvetica-BoldOblique: Standard "(001.007)"
  250. *Font Helvetica-Narrow: Standard "(001.006)"
  251. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  252. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  253. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  254. *Font Helvetica-Oblique: Standard "(001.006)"
  255. *Font Symbol: Special "(001.003)"
  256. *Font Times-Bold: Standard "(001.002)"
  257. *Font Times-BoldItalic: Standard "(001.004)"
  258. *Font Times-Italic: Standard "(001.002)"
  259. *Font Times-Roman: Standard "(001.002)"
  260. *?FontQuery: "
  261. save  4 dict begin /sv exch def
  262. /str (fonts/                              ) def
  263. /st2 128 string def
  264. {
  265.   count 0 gt {
  266.     dup st2 cvs (/) print print (:) print
  267.     dup FontDirectory exch known {pop (Yes)}{
  268.      str exch st2 cvs dup length /len exch def
  269.      6 exch putinterval str 0 len 6 add getinterval mark exch
  270.      { } st2 filenameforall counttomark 0 gt {
  271.       cleartomark (Yes)}{cleartomark (No)}ifelse
  272.     }ifelse = flush
  273.   }{ exit } ifelse
  274. } bind loop
  275. (*) = flush
  276. sv end restore
  277. "
  278. *End
  279.  
  280. *?FontList: "
  281. save  2 dict begin /sv exch def
  282. /str 128 string def
  283. FontDirectory { pop == } bind forall flush
  284. /filenameforall where { 
  285.  pop save (fonts/*) { 
  286.   dup length 6 sub 6 exch getinterval cvn == 
  287.  } bind str filenameforall flush restore
  288. } if 
  289. (*) = flush
  290. sv end restore
  291. "
  292. *End
  293.  
  294. *% Printer Messages (verbatim from printer):
  295. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  296. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  297. *Message: "\FontName\ not found, using Courier"
  298.  
  299. *% Status (format: %%[ status: <one of these> ]%% )
  300. *Status: "idle"
  301. *Status: "busy"
  302. *Status: "waiting"
  303. *Status: "printing"
  304. *Status: "warming up"
  305. *Status: "printing test"
  306. *Status: "initializing"
  307. *Status: "PrinterError: Optical Sys Err "
  308. *Status: "PrinterError:  Main Motor Err "
  309. *Status: "PrinterError:  Plgn Motor Err "
  310. *Status: "PrinterError:  Heater HI Temp "
  311. *Status: "PrinterError:  Heater LO Temp "
  312. *Status: "PrinterError: Thermistor Open "
  313. *Status: "PrinterError:   PCUROM Error  "
  314. *Status: "PrinterError:   PCURAM Error  "
  315. *Status: "PrinterError:   NV-RAM Error  "
  316. *Status: "PrinterError: Eng Serial Error"
  317. *Status: "PrinterError:    Cover Open   "
  318. *Status: "PrinterError:  OPC Life Over  "
  319. *Status: "PrinterError: Dvlp. Life Over "
  320. *Status: "PrinterError: Prntr. Life Over"
  321. *Status: "PrinterError: Clear Paper Jam "
  322. *Status: "PrinterError:    Add Toner    "
  323. *Status: "PrinterError: Waste Toner Full"
  324. *Status: "PrinterError:    Paper Out    "
  325. *Status: "PrinterError: Insert Manual Pg"
  326. *Status: "PrinterError:    Warming Up   "
  327. *Status: "PrinterError: Prnter not Ready"
  328.  
  329. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  330. *Source: "serial9"
  331. *Source: "serial25"
  332. *Source: "AppleTalk"
  333. *Source: "Centronics"
  334.  
  335. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  336. *PrinterError: "Optical Sys Err "
  337. *PrinterError: " Main Motor Err "
  338. *PrinterError: " Plgn Motor Err "
  339. *PrinterError: " Heater HI Temp "
  340. *PrinterError: " Heater LO Temp "
  341. *PrinterError: "Thermistor Open "
  342. *PrinterError: "  PCUROM Error  "
  343. *PrinterError: "  PCURAM Error  "
  344. *PrinterError: "  NV-RAM Error  "
  345. *PrinterError: "Eng Serial Error"
  346. *PrinterError: "   Cover Open   "
  347. *PrinterError: " OPC Life Over  "
  348. *PrinterError: "Dvlp. Life Over "
  349. *PrinterError: "Prntr. Life Over"
  350. *PrinterError: "Clear Paper Jam "
  351. *PrinterError: "   Add Toner    "
  352. *PrinterError: "Waste Toner Full"
  353. *PrinterError: "   Paper Out    "
  354. *PrinterError: "Insert Manual Pg"
  355. *PrinterError: "   Warming Up   "
  356. *PrinterError: "Prnter not Ready"
  357.  
  358. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  359.  
  360. *% Color Separation Information =====================
  361.  
  362. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  363.  
  364. *InkName: ProcessBlack/Process Black
  365. *InkName: CustomColor/Custom Color
  366. *InkName: ProcessCyan/Process Cyan
  367. *InkName: ProcessMagenta/Process Magenta
  368. *InkName: ProcessYellow/Process Yellow
  369.  
  370. *%  For 60 lpi / 300 dpi  ===============================
  371.  
  372. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  373. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  374. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  375. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  376. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  377.  
  378. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  379. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  380. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  381. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  382. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  383.  
  384. *%  For 53 lpi / 300 dpi  ===============================
  385.  
  386. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  387. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  388. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  389. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  390. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  391.  
  392. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  393. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  394. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  395. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  396. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  397.  
  398. *% end of PPD file for LaserPrinter
  399.